Math.maxFinite Method

Returns the maximum finite number out of all values passed.
 
 
Static This method is static.

Parameters

values

Type: Object - May be null
Any number of values or arrays of values.

Return Value


Type: Number
The maximum finite number, or Number.NEGATIVE_INFINITY if none.